Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-api.cc349 std::string os_str = os.str(); in CPUFeaturesFormatHelper() local
/external/google-breakpad/src/processor/
Dmicrodump.cc247 string os_str(line, pos + strlen(kOsKey)); in Microdump() local
/external/rust/crates/url/tests/
Dunit.rs105 let os_str = OsStr::from_bytes(b"/foo/ba\x80r"); in new_path_bad_utf8() localVariable
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1430 llvm::StringRef os_str = triple.getOSName(); in DumpTriple() local
/external/vm_tools/p9/src/server/
Dtests.rs377 let mut os_str = OsString::from(test_dir); in setup() localVariable
/external/rust/crates/url/src/
Dlib.rs2782 let os_str = OsStr::from_bytes(&bytes); in file_url_segments_to_pathbuf() localVariable