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

/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);
H A Dfile_manip.h80 * @param path_name path
87 std::string op_basename(std::string const & path_name);
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc218 std::string path_name; local
222 path_name = event_data->path_.value();
225 if (path_name.empty()) {
226 path_name = base::StringPrintf(
229 LOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc235 std::string path_name; local
239 path_name = event_data->path_.value();
242 if (path_name.empty()) {
243 path_name = base::StringPrintf(
246 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.cc287 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) { argument
290 if (SUCCEEDED(gcp_key.ReadValue(path_name, &data)) &&
297 base::FilePath ReadPathFromAnyRegistry(const wchar_t* path_name) { argument
298 base::FilePath result = ReadPathFromRegistry(HKEY_CURRENT_USER, path_name);
301 return ReadPathFromRegistry(HKEY_LOCAL_MACHINE, 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)
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1627 std::string path_name; local
1631 if (rand_action < 4 && !path_name.empty()) {
1633 CHECK(1 == CountEntriesWithName(&trans, trans.root_id(), path_name));
1638 path_name.assign(unique_name.begin(), unique_name.end());
1640 MutableEntry e(&trans, CREATE, trans.root_id(), path_name);
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc2144 std::string path_name; variable
2148 if (rand_action < 4 && !path_name.empty()) {
2150 CHECK(1 == CountEntriesWithName(&trans, trans.root_id(), path_name));
2156 path_name.assign(unique_name.begin(), unique_name.end());
2158 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), path_name);

Completed in 250 milliseconds