Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 38) sorted by relevance

12

/hardware/google/aemu/base/include/aemu/base/files/
DFileSystemWatcher.h35 using Path = std::string;
47 std::function<void(WatcherChangeType, const Path&)>;
59 Path path,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dfile_process.py10 from pathlib import Path
21 self._filename = Path()
31 return self.filename.relative_to(Path('.').resolve())
111 filename = Path(filename).resolve()
Dbase_printer.py10 from pathlib import Path
201 self._cwd = Path('.').resolve()
211 return str(Path(fn).relative_to(self.cwd))
213 return str(Path(fn))
Dmain.py13 from pathlib import Path
137 files = (str(Path(f).resolve()) for f in args.file)
Dshared.py13 from pathlib import Path
77 my_fn = Path(context.filename)
/hardware/interfaces/compatibility_matrices/build/
Dvintf_compatibility_matrix.go98 …lityMatrixRule) timestampFilePath(ctx android.ModuleContext, path android.Path) android.WritablePa…
102 …e) generateValidateBuildAction(ctx android.ModuleContext, path android.Path, schema android.Path) {
147 g.generateValidateBuildAction(ctx, srcPath, schema.Path())
172 g.generateValidateBuildAction(ctx, g.genFile, schema.Path())
182 func(w io.Writer, outputFile android.Path) {
/hardware/google/gfxstream/guest/mesa/bin/
Dkhronos-update.py17 self.file = pathlib.Path(filename)
196 if not pathlib.Path(git_toplevel).resolve() == pathlib.Path('.').resolve():
223 for file in pathlib.Path('include/' + group['inc_folder']).iterdir():
Dmeson-cmd-extract.py45 def load_config(path: pathlib.Path) -> configparser.ConfigParser: argument
76 path = pathlib.Path(args.build_dir, 'meson-private', 'cmd_line.txt')
Dgen_release_notes.py301 p = pathlib.Path('docs') / 'relnotes' / 'new_features.txt'
314 relnotes_index_path = pathlib.Path('docs') / 'relnotes.rst'
340 v = pathlib.Path('VERSION')
357 final = pathlib.Path('docs') / 'relnotes' / f'{this_version}.rst'
Dpost_version.py31 p = pathlib.Path('docs') / 'release-calendar.csv'
Dgen_calendar_entries_test.py49 with mock.patch('bin.gen_calendar_entries.CALENDAR_CSV', pathlib.Path(c)):
163 with mock.patch('bin.gen_calendar_entries.VERSION', pathlib.Path(v)):
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/
Dupdate-aliases.py12 THIS_FILE = pathlib.Path(__file__)
13 CWD = pathlib.Path.cwd()
26 def get_aliases(xml_file: pathlib.Path): argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcheck_spec_links.py13 from pathlib import Path
53 ROOT = Path(__file__).resolve().parent.parent
64 CWD = Path('.').resolve()
Dantora-prep.py41 from pathlib import Path
274 self.dstpath = Path(self.component) / Partials / self.relpath
277 self.dstpath = Path(self.component) / Partials / self.relpath
278 self.dstlink = Path(self.component) / Pages / self.relpath
284 self.dstpath = Path(self.component) / self.relpath
Ddocgenerator.py7 from pathlib import Path
281 directory = Path(self.genOpts.directory) / 'enums'
312 directory = Path(self.genOpts.directory) / 'enums'
322 directory = Path(self.genOpts.directory) / 'enums'
Dcerealgenerator.py20 from pathlib import Path, PurePosixPath
234 return str(PurePosixPath(Path(os.path.relpath(someArg))))
646 self.addModule(cereal.PyScript(self.host_tag, "vulkan_printer", customAbsDir=Path(
Dextdependency.py12 from pathlib import Path
/hardware/google/gfxstream/scripts/
Dglsl-shader-to-spv-c-array.py14 parser.add_argument('source_file', type=pathlib.Path)
22 vulkan_sdk_path = pathlib.Path(vulkan_sdk_path)
/hardware/google/gfxstream/guest/android-emu/
DAndroid.bp18 "aemu/base/Path.cpp",
61 "aemu/base/Path.cpp",
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Dconfigure.ac46 AC_ARG_VAR(WPA_SUPPLICANT_DIR,[Path to Wpa-supplicant-dir ])
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py19 from pathlib import Path, PurePosixPath
150 dirName = Path(self.directory)
151 baseName = Path(self.basename)
172 def formatFile(filename: Path): argument
177 formatFile(Path(self._headerFileModule.file.name))
180 formatFile(Path(self._implFileModule.file.name))
/hardware/interfaces/scripts/
Dlist_hal_vts.py66 package = 'android.hardware.' + ('.'.join(pathlib.Path(mo.group('path')).parts))
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal148 /** GnssSingleSatCorrectionFlags has valid Excess Path Length field. */
150 /** GnssSingleSatCorrectionFlags has valid Excess Path Length Uncertainty field. */
/hardware/interfaces/compatibility_matrices/
Dbump.py42 self.top = pathlib.Path(os.environ["ANDROID_BUILD_TOP"])
/hardware/google/pixel/presubmit_tests/schemas/
Dpowerhint-schema.proto26 string path = 2 [ json_name = "Path" ];

12