HomeSort by relevance Sort by last modified time
    Searched defs:path_name (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 45 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/
FactoriesTest.cpp 179 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);
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 23 const FX_WCHAR* path_name; member in struct:WINDIB_Open_Args_
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 187 char path_name[PATH_MAX]; local
188 memcpy(path_name, path, pathlen);
189 path_name[pathlen] = '\0';
190 ALOG(LOG_VERBOSE, LOG_TAG, "setActiveGroup(%d, %s, %zu)", groupId, path_name, pathlen);
191 return mDevice->set_active_group(mDevice, groupId, path_name);
  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 114 std::string path_name; local
118 path_name = event_data->path_.value();
121 if (path_name.empty()) {
122 path_name = base::StringPrintf(
125 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 191 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);
  /system/media/camera/docs/
metadata_helpers.py 107 def path_name(node): function
    [all...]
  /bionic/libc/kernel/uapi/linux/
hyperv.h 96 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
  /external/kernel-headers/original/uapi/linux/
hyperv.h 131 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy

Completed in 728 milliseconds