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

/external/valgrind/tests/
H A Dcheck_headers_and_includes153 my $path_name = defined $path ? "$path/$file" : $file;
154 process_file($path_name);
164 my ($path_name) = @_;
166 return ($path_name =~ /^include\//) ? 1 : 0;
173 my ($path_name) = @_;
175 return ($path_name =~ /^coregrind\//) ? 1 : 0;
182 my ($path_name) = @_;
185 return 1 if ($path_name =~ /^$tool\//);
194 my ($path_name) = @_;
196 my $file = basename($path_name);
[all...]
/external/vixl/tools/
H A Dutil.py55 def ensure_dir(path_name):
56 if not os.path.exists(path_name):
57 os.makedirs(path_name)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Ddependency_manager_util.py28 def ResolvePath(path_name):
29 return os.path.realpath(os.path.abspath(path_name))
/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.cc114 std::string path_name; local
118 path_name = event_data->path_.value();
121 if (path_name.empty()) {
122 path_name = base::StringPrintf(
125 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
/external/pdfium/core/include/fxge/
H A Dfx_ge_win32.h23 const FX_WCHAR* path_name; member in struct:WINDIB_Open_Args_
/external/chromium-trace/catapult/catapult_base/catapult_base/
H A Dcloud_storage.py348 path_name, extension = os.path.splitext(
352 GetIfChanged(path_name, bucket)
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_nesting_test.cc52 bool DoesPathExist(const wchar_t *path_name) { argument
53 DWORD flags = GetFileAttributes(path_name);
H A Dexception_handler_death_test.cc55 BOOL DoesPathExist(const TCHAR *path_name);
95 BOOL DoesPathExist(const TCHAR *path_name) { argument
96 DWORD flags = GetFileAttributes(path_name);
H A Dexception_handler_test.cc90 static BOOL DoesPathExist(const TCHAR *path_name);
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { argument
145 DWORD flags = GetFileAttributes(path_name);
/external/kernel-headers/original/uapi/linux/
H A Dhyperv.h131 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
/external/selinux/libsemanage/src/
H A Dsemanage_store.c459 enum semanage_sandbox_defs path_name)
461 assert(semanage_paths[store][path_name]);
462 return semanage_paths[store][path_name];
474 enum semanage_final_path_defs path_name)
476 assert(semanage_final_paths[store][path_name]);
477 return semanage_final_paths[store][path_name];
458 semanage_path(enum semanage_store_defs store, enum semanage_sandbox_defs path_name) argument
473 semanage_final_path(enum semanage_final_defs store, enum semanage_final_path_defs path_name) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp123 args.path_name = filename;
159 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name,
H A Dfx_win32_gdipext.cpp1406 status = CallFunc(GdipCreateBitmapFromFileICM)((wchar_t*)args.path_name,
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1008 milliseconds