Searched defs:_path (Results 1 - 24 of 24) sorted by relevance

/external/parameter-framework/upstream/utility/
H A DDynamicLibrary.hpp85 const std::string _path; member in class:DynamicLibrary
/external/libxcam/xcore/
H A Danalyzer_loader.h40 return _path;
51 char *_path; member in class:XCam::AnalyzerLoader
/external/lzma/CPP/Windows/
H A DFileDir.h54 FString _path; member in class:NWindows::NFile::NDir::CTempFile
59 const FString &GetPath() const { return _path; }
69 FString _path; member in class:NWindows::NFile::NDir::CTempDir
73 const FString &GetPath() const { return _path; }
82 FString _path; member in class:NWindows::NFile::NDir::CCurrentDirRestorer
88 GetCurrentDir(_path);
96 if (s != _path)
97 SetCurrentDir(_path);
H A DFileDir.cpp327 bool CreateComplexDir(CFSTR _path) argument
332 DWORD attrib = NFind::GetFileAttrib(_path);
339 if (IsDriveRootPath_SuperAllowed(_path))
342 unsigned prefixSize = GetRootPrefixSize(_path);
348 FString path = _path;
632 if (!CreateTempFile(prefix, false, _path, outFile))
645 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile))
655 _mustBeDeleted = !DeleteFileAlways(_path);
666 return MyMoveFile(_path, name);
676 if (!CreateTempFile(tempPath + prefix, true, _path, NUL
[all...]
/external/ltp/android/tools/
H A Dcheck_success_build.py30 _path: string, path of module
36 _path = None variable in class:Module
62 self._path = self._header[1]
83 print " Module build failed: " + os.path.basename(self._path)
100 os.path.basename(self._path))
115 "assuming build success: " + self._path
129 return os.path.isfile(self._output_dir + self._path)
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.h37 NWindows::NControl::CDialogChildControl _path; member in class:CExtractDialog
39 NWindows::NControl::CComboBox _path;
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py31 _path = '' variable in class:ExistingPathReplacer
44 self._path = path
45 if os.path.exists(self._path):
47 assert os.path.isdir(self._path), '%s is not a directory' % self._path
49 assert os.path.isfile(self._path), '%s is not a file' % self._path
51 self._backup_basename = os.path.basename(self._path)
52 self._backup_dir = tempfile.mkdtemp(dir=os.path.dirname(self._path),
54 logging.info('Backing up %s in %s' % (self._path, sel
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_parser.c199 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) argument
207 char *path = cil_strpool_add(_path);
/external/skia/tools/skpbench/
H A Dskpbench.py75 import _adb_path as _path namespace
76 _path.init(FLAGS.device_serial, FLAGS.adb_binary)
78 import _os_path as _path namespace
181 pngfile = _path.join(FLAGS.write_path, self.config,
182 _path.basename(self.skp) + '.png')
298 skps = _path.find_skps(FLAGS.skps)
/external/skqp/tools/skpbench/
H A Dskpbench.py75 import _adb_path as _path namespace
76 _path.init(FLAGS.device_serial, FLAGS.adb_binary)
78 import _os_path as _path namespace
181 pngfile = _path.join(FLAGS.write_path, self.config,
182 _path.basename(self.skp) + '.png')
298 skps = _path.find_skps(FLAGS.skps)
/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Diterator_ops_test.py582 def _path(): function in function:IteratorTest.testIncorrectIteratorRestore
589 _path(), parsing_ops.serialize_tensor(iterator_state_variant))
594 io_ops.read_file(_path()), dtypes.variant)
/external/python/cpython3/Modules/
H A Dgetpath.c468 char *_path = getenv("PATH"); local
505 if (_path) {
506 path_buffer = Py_DecodeLocale(_path, NULL);
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dgenerate_examples.py1781 def _path(filename): function in function:main.mkdir_if_not_exist
1825 dispatch[out](_path(out))
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h1213 VPathList _path; member in class:Magick::DrawablePath
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/robolectric/v3/runtime/
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 476 milliseconds