Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libutil++/
Dfile_manip.cpp136 static string erase_trailing_path_separator(string const & path_name) in erase_trailing_path_separator() argument
138 string result(path_name); in erase_trailing_path_separator()
172 string op_basename(string const & path_name) in op_basename() argument
174 string result = erase_trailing_path_separator(path_name); in op_basename()
Dfile_manip.h87 std::string op_basename(std::string const & path_name);
/external/chromium_org/base/files/
Dfile_path_watcher_kqueue.cc235 std::string path_name; in AreKeventValuesValid() local
239 path_name = event_data->path_.value(); in AreKeventValuesValid()
242 if (path_name.empty()) { in AreKeventValuesValid()
243 path_name = base::StringPrintf( in AreKeventValuesValid()
246 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name; in AreKeventValuesValid()
/external/chromium/base/files/
Dfile_path_watcher_mac.cc218 std::string path_name; in AreKeventValuesValid() local
222 path_name = event_data->path_.value(); in AreKeventValuesValid()
225 if (path_name.empty()) { in AreKeventValuesValid()
226 path_name = base::StringPrintf( in AreKeventValuesValid()
229 LOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name; in AreKeventValuesValid()
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
Dport_monitor.cc287 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) { in ReadPathFromRegistry() argument
290 if (SUCCEEDED(gcp_key.ReadValue(path_name, &data)) && in ReadPathFromRegistry()
297 base::FilePath ReadPathFromAnyRegistry(const wchar_t* path_name) { in ReadPathFromAnyRegistry() argument
298 base::FilePath result = ReadPathFromRegistry(HKEY_CURRENT_USER, path_name); in ReadPathFromAnyRegistry()
301 return ReadPathFromRegistry(HKEY_LOCAL_MACHINE, path_name); in ReadPathFromAnyRegistry()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dcode.c23 WCHAR path_name[MAX_PATH + 1]; in win32_tmpfile() local
29 path_len = GetTempPathW (MAX_PATH, path_name); in win32_tmpfile()
33 if (GetTempFileNameW (path_name, L"ps_", 0, file_name) == 0) in win32_tmpfile()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc1627 std::string path_name; in ThreadMain() local
1631 if (rand_action < 4 && !path_name.empty()) { in ThreadMain()
1633 CHECK(1 == CountEntriesWithName(&trans, trans.root_id(), path_name)); in ThreadMain()
1638 path_name.assign(unique_name.begin(), unique_name.end()); in ThreadMain()
1640 MutableEntry e(&trans, CREATE, trans.root_id(), path_name); in ThreadMain()
/external/chromium_org/sync/syncable/
Dsyncable_unittest.cc2144 std::string path_name; in ThreadMain() local
2148 if (rand_action < 4 && !path_name.empty()) { in ThreadMain()
2150 CHECK(1 == CountEntriesWithName(&trans, trans.root_id(), path_name)); in ThreadMain()
2156 path_name.assign(unique_name.begin(), unique_name.end()); in ThreadMain()
2158 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), path_name); in ThreadMain()