Searched refs:storage_emulated_regex (Results 1 – 1 of 1) sorted by relevance
686 static std::regex storage_emulated_regex("^\\/storage\\/emulated\\/([0-9]+)"); variable707 std::regex_search(child_path, match, storage_emulated_regex); in do_lookup()