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

  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 51 Path path_name; local
52 detail::get_pwd(path_name);
53 path_name.native() += preferred_separator;
54 path_name.native() += m_PathName;
55 detail::canonicalize(path_name.native());
56 m_PathName = path_name.native();
  /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 52 ${path_name(i) | csym},
65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,
81 ${path_name(find_parent_section(entry)) | csym}_START,
86 ${path_name(sec) | csym}_END,
metadata_helpers.py 93 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);
  /external/blktrace/doc/
blkiomon.8 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 185 def _get_importer(path_name):
189 importer = cache[path_name]
194 cache[path_name] = None
197 importer = hook(path_name)
207 importer = imp.NullImporter(path_name)
210 cache[path_name] = importer
223 def run_path(path_name, init_globals=None, run_name=None):
235 importer = _get_importer(path_name)
239 code = _get_code_from_file(path_name)
240 return _run_module_code(code, init_globals, run_name, path_name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 185 def _get_importer(path_name):
189 importer = cache[path_name]
194 cache[path_name] = None
197 importer = hook(path_name)
207 importer = imp.NullImporter(path_name)
210 cache[path_name] = importer
223 def run_path(path_name, init_globals=None, run_name=None):
235 importer = _get_importer(path_name)
239 code = _get_code_from_file(path_name)
240 return _run_module_code(code, init_globals, run_name, path_name)
    [all...]
  /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;
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 235 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/
port_monitor.cc 287 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) {
290 if (SUCCEEDED(gcp_key.ReadValue(path_name, &data)) &&
297 base::FilePath ReadPathFromAnyRegistry(const wchar_t* path_name) {
298 base::FilePath result = ReadPathFromRegistry(HKEY_CURRENT_USER, path_name);
301 return ReadPathFromRegistry(HKEY_LOCAL_MACHINE, path_name);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
eiffel.php 168 'PATH_NAME',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 489 file, path_name, etc = imp.find_module(main_name, dirs)
495 '__parents_main__', file, path_name, etc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 489 file, path_name, etc = imp.find_module(main_name, dirs)
495 '__parents_main__', file, path_name, etc
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 23 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)
  /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...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 2144 std::string path_name; variable
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 45 * recorder.setOutputFile(PATH_NAME);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]

Completed in 459 milliseconds