Home
last modified time | relevance | path

Searched defs:path_string (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/
H A DrsCacheDir.cpp38 jstring path_string = (jstring)env->CallObjectMethod(cache_dir, getPath); in rsQueryCacheDir() local
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp134 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd()