Home
last modified time | relevance | path

Searched defs:depfile_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/tools/
H A Dnvcc_fix_deps.py103 depfile_path = None variable
110 depfile_path = Path(args[i + 1]) variable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Ddeps.rs7 pub depfile_path: PathBuf, field
/aosp_15_r20/external/openscreen/tools/
H A Dlicenses.py69 def WriteDepfile(depfile_path, first_gn_output, inputs=None): argument
/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djni_registration_generator.py889 def _write_depfile(depfile_path, first_gn_output, inputs): argument
/aosp_15_r20/external/libchrome/build/android/gyp/util/
H A Dbuild_utils.py481 def WriteDepfile(depfile_path, first_gn_output, inputs=None, add_pydeps=True): argument
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dconfdata.c127 static char depfile_path[PATH_MAX]; variable