Searched refs:path_string (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsCacheDir.cpp | 38 jstring path_string = (jstring)env->CallObjectMethod(cache_dir, getPath); in rsQueryCacheDir() local 39 const char *path_chars = env->GetStringUTFChars(path_string, NULL); in rsQueryCacheDir() 43 env->ReleaseStringUTFChars(path_string, path_chars); in rsQueryCacheDir()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.h | 59 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd,
|
D | DumpstateInternal.cpp | 134 int DumpFileFromFdToFd(const std::string& title, const std::string& path_string, int fd, int out_fd, in DumpFileFromFdToFd() argument 136 const char* path = path_string.c_str(); in DumpFileFromFdToFd()
|