Searched defs:file_stem (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/third_party/icu/source/python/icutools/databuilder/ |
| D | filtration.py | 103 def _should_include(self, file_stem): argument 108 def _should_include(self, file_stem): argument 116 def _should_include(self, file_stem): argument 136 def _should_include(self, file_stem): argument
|
| /external/icu/icu4c/source/python/icutools/databuilder/ |
| D | filtration.py | 103 def _should_include(self, file_stem): argument 108 def _should_include(self, file_stem): argument 116 def _should_include(self, file_stem): argument 136 def _should_include(self, file_stem): argument
|
| /external/crosvm/proto_build_tools/src/ |
| D | lib.rs | 87 let file_stem = proto_path.file_stem().unwrap().to_str().unwrap(); in create_gen_file() localVariable
|
| /external/bazelbuild-rules_rust/proto/prost/private/ |
| D | protoc_wrapper.rs | 817 let file_stem = if package_name.is_empty() { in main() localVariable 822 let file_stem = format!("{}{}", file_stem, if is_tonic { ".tonic" } else { "" }); in main() localVariable
|
| /external/selinux/libselinux/src/ |
| D | label_file.c | 909 int i, rc, file_stem; in lookup_all() local
|
| /external/rust/crates/camino/src/ |
| D | lib.rs | 933 pub fn file_stem(&self) -> Option<&str> { in file_stem() method
|