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

  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 51 std::string path_name; local
52 detail::get_pwd(path_name);
53 path_name += '/';
54 path_name += m_PathName;
55 detail::canonicalize(path_name);
56 m_PathName = path_name;
  /external/webkit/Source/WebKit/gtk/tests/
test_utils.c 34 gchar *path_name; local
38 g_assert(!g_str_equal((path_name = g_get_current_dir()), "/"));
39 g_free(path_name);
  /system/media/camera/docs/
camera_metadata_tag_info.mako 36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}",
42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START,
43 ${path_name(i) | csym}_END },
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
60 ${path_name(i) | csyml}
    [all...]
camera_metadata_tags.mako 40 ${path_name(i) | csym},
53 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,
68 ${entry.name | csym,ljust(30)} = ${path_name(find_parent_section(entry)) | csym}_START,
73 ${path_name(sec) | csym}_END,
metadata_helpers.py 92 def path_name(node): function
  /external/oprofile/libutil++/
file_manip.cpp 132 * @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)
138 string result(path_name);
172 string op_basename(string const & path_name)
174 string result = erase_trailing_path_separator(path_name);
file_manip.h 80 * @param path_name path
87 std::string op_basename(std::string const & path_name);
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 184 char path_name[100]; local
185 sprintf(path_name, "/proj/mtk%d", counter);
187 sys::fs::Path(string(path_name)),
201 char path_name[100]; local
202 sprintf(path_name, "/proj/mtk%d", counter);
204 sys::fs::Path(string(path_name)),
  /device/samsung/manta/liblights/
lights.c 175 char path_name[PATH_MAX]; local
182 err = sprintf(path_name, "%s/%s", LED_DIR, command);
190 fd = open(path_name, O_WRONLY);
194 ALOGE("failed to open %s!", path_name);
  /external/chromium/base/files/
file_path_watcher_mac.cc 218 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;
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 902 GeneralName path_name = new GeneralName(type, name); local
907 pathToNames.add(path_name);
958 GeneralName path_name= new GeneralName(type, name); local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 1627 std::string path_name; local
    [all...]

Completed in 167 milliseconds