Searched refs:path_name (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp45 Path path_name; local
46 detail::get_pwd(path_name);
47 path_name.native() += preferred_separator;
48 path_name.native() += m_PathName;
49 detail::canonicalize(path_name.native());
50 m_PathName = path_name.native();
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp179 char path_name[100]; local
180 sprintf(path_name, "/proj/mtk%d", counter);
182 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive);
195 char path_name[100]; local
196 sprintf(path_name, "/proj/mtk%d", counter);
198 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive);
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp191 char path_name[PATH_MAX] = {0}; local
192 memcpy(path_name, pathData, pathSize);
193 ALOG(LOG_VERBOSE, LOG_TAG, "nativeSetActiveGroup() path: %s, gid: %d\n", path_name, gid);
194 int result = gContext.device->set_active_group(gContext.device, gid, path_name);

Completed in 123 milliseconds