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

/external/webkit/Source/WebKit/gtk/tests/
H A Dtest_utils.c34 gchar *path_name; local
38 g_assert(!g_str_equal((path_name = g_get_current_dir()), "/"));
39 g_free(path_name);
/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/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/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);

Completed in 141 milliseconds