Searched defs:path_name (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/include/fxge/
H A Dfx_ge_win32.h23 FX_LPCWSTR path_name; member in struct:WINDIB_Open_Args_
/external/oprofile/libutil++/
H A Dfile_manip.cpp132 * @param path_name the path where we remove trailing '/'
134 * erase all trailing '/' in path_name except if the last '/' is at pos 0
136 static string erase_trailing_path_separator(string const & path_name) argument
138 string result(path_name);
172 string op_basename(string const & path_name) argument
174 string result = erase_trailing_path_separator(path_name);
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc112 std::string path_name; local
116 path_name = event_data->path_.value();
119 if (path_name.empty()) {
120 path_name = base::StringPrintf(
123 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.cc282 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) { argument
285 if (SUCCEEDED(gcp_key.ReadValue(path_name, &data)) &&
292 base::FilePath ReadPathFromAnyRegistry(const wchar_t* path_name) { argument
293 base::FilePath result = ReadPathFromRegistry(HKEY_CURRENT_USER, path_name);
296 return ReadPathFromRegistry(HKEY_LOCAL_MACHINE, path_name);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_unittest.cc335 const std::string& path_name, const std::string& name,
337 base::FilePath path = MakeMediaGalleriesTestingPath(path_name);
334 AddFixedGalleryWithExepectation( const std::string& path_name, const std::string& name, MediaGalleryPrefInfo::Type type) argument
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1539 std::string path_name; variable
1543 if (rand_action < 4 && !path_name.empty()) {
1545 CHECK(1 == CountEntriesWithName(&trans, trans.root_id(), path_name));
1551 path_name.assign(unique_name.begin(), unique_name.end());
1553 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), path_name);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c23 WCHAR path_name[MAX_PATH + 1]; local
29 path_len = GetTempPathW (MAX_PATH, path_name);
33 if (GetTempFileNameW (path_name, L"ps_", 0, file_name) == 0)

Completed in 194 milliseconds