Searched refs:file_path (Results 1 – 23 of 23) sorted by relevance
/development/tools/external_crates/license_checker/src/ |
D | file_classifier.rs | 27 file_path: PathBuf, field 34 pub fn new<FP: Into<PathBuf>>(file_path: FP, contents: String) -> Classifier { in new() 36 file_path: file_path.into(), in new() 48 for file_path in possible_license_files { in new_vec() 49 let full_path = crate_path.join(&file_path); in new_vec() 52 classifiers.push(Classifier::new(file_path, contents)); in new_vec() 56 pub fn file_path(&self) -> &Path { in file_path() method 57 self.file_path.as_path() in file_path() 60 LICENSE_DATA.classify_file_name(self.file_path()) in by_name()
|
D | lib.rs | 149 state.satisfied.insert(req.clone(), classifier.file_path().to_owned()); in from() 152 state.unneeded.insert(req.clone(), classifier.file_path().to_owned()); in from() 154 state.unexpected.insert(req.clone(), classifier.file_path().to_owned()); in from() 165 state.satisfied.insert(req.clone(), classifier.file_path().to_owned()); in from() 167 state.unexpected.insert(req.clone(), classifier.file_path().to_owned()); in from() 173 state.unneeded.insert(req.clone(), classifier.file_path().to_owned()); in from() 187 state.satisfied.insert(req.clone(), classifier.file_path().to_owned()); in from() 296 classifiers::apache_by_name().file_path().to_owned() in basic() 304 classifiers::mit_by_name().file_path().to_owned() in basic() 329 classifiers::apache_by_name().file_path().to_owned() in unexpected() [all …]
|
/development/vndk/tools/header-checker/src/utils/ |
D | source_path_utils.cpp | 155 const std::string &file_path = walker->path(); in CollectExportedHeaderSet() local 157 llvm::StringRef file_name(llvm::sys::path::filename(file_path)); in CollectExportedHeaderSet() 173 llvm::errs() << "Failed to stat file: " << file_path << "\n"; in CollectExportedHeaderSet() 183 exported_headers->insert(NormalizePath(file_path, root_dirs)); in CollectExportedHeaderSet()
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 60 file_path = os.path.join(root_dir, file_name) 61 file_stat = os.stat(file_path) 62 os.chmod(file_path, file_stat.st_mode | permissions)
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 453 def _resolve_sys_path(self, file_path): argument 456 return os.path.join(os.environ['ANDROID_PRODUCT_OUT'], file_path) 458 return self.adb.pull(file_path) 460 def _resolve_sys_paths(self, file_path, partitions): argument 465 results[p] = self._resolve_sys_path(p + '/' + file_path) 689 file_path = os.path.join(dirName, file) 690 xml_files.append(file_path)
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 75 file_path = os.path.join(self._install_dir, file) 76 with open(file_path, 'r') as f:
|
/development/gki/kmi_abi_chk/ |
D | kmi_sym_list-7855344.inc | 1015 .xword file_path
|
D | kmi_sym_list-7732866.inc | 1010 .xword file_path
|
D | kmi_sym_list-7618735.inc | 1211 .xword file_path
|
D | kmi_sym_list-7739788.inc | 1250 .xword file_path
|
D | kmi_sym_list-7833008.inc | 1377 .xword file_path
|
D | kmi_sym_list-7748709.inc | 1332 .xword file_path
|
/development/gki/kmi_abi_chk/sym-5.10/ |
D | vmlinux.symvers-8771756 | 931 0x0d1c453e file_path vmlinux EXPORT_SYMBOL
|
D | vmlinux.symvers | 931 0x0d1c453e file_path vmlinux EXPORT_SYMBOL
|
/development/gki/kmi_abi_chk/sym-5.15/ |
D | Module.symvers | 1220 0xe8dc2dee file_path vmlinux EXPORT_SYMBOL
|
D | Module.symvers-10342779 | 1220 0xe8dc2dee file_path vmlinux EXPORT_SYMBOL
|
D | vmlinux.symvers-8747247 | 1436 0xdd88c07a file_path vmlinux EXPORT_SYMBOL
|
D | vmlinux.symvers | 1436 0xdd88c07a file_path vmlinux EXPORT_SYMBOL
|
/development/gki/kmi_abi_chk/sym-6.1/ |
D | Module.symvers-10521792 | 1282 0x0251c7c2 file_path vmlinux EXPORT_SYMBOL
|
D | Module.symvers-10342778 | 1270 0x0251c7c2 file_path vmlinux EXPORT_SYMBOL
|
D | Module.symvers-10672300 | 1298 0x0251c7c2 file_path vmlinux EXPORT_SYMBOL
|
D | Module.symvers-10816536 | 1353 0x0251c7c2 file_path vmlinux EXPORT_SYMBOL
|
D | Module.symvers | 1353 0x0251c7c2 file_path vmlinux EXPORT_SYMBOL
|