Home
last modified time | relevance | path

Searched defs:file_stem (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py103 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/cronet/stable/third_party/icu/source/python/icutools/databuilder/
Dfiltration.py103 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/cronet/tot/third_party/icu/source/python/icutools/databuilder/
Dfiltration.py103 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/
Dlib.rs87 let file_stem = proto_path.file_stem().unwrap().to_str().unwrap(); in create_gen_file() localVariable
/external/bazelbuild-rules_rust/proto/prost/private/
Dprotoc_wrapper.rs817 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs811 let file_stem = match self.file_stem() { in set_extension() localVariable
1558 pub fn file_stem(&self) -> Option<&str> { in file_stem() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs811 let file_stem = match self.file_stem() { in set_extension() localVariable
1558 pub fn file_stem(&self) -> Option<&str> { in file_stem() method
/external/selinux/libselinux/src/
Dlabel_file.c1001 int i, rc, file_stem; in lookup_all() local
/external/rust/android-crates-io/crates/camino/src/
Dlib.rs962 pub fn file_stem(&self) -> Option<&str> { in file_stem() method