Home
last modified time | relevance | path

Searched refs:entry_path (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/bootstat/
H A Dboot_event_record_store_test.cpp83 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local
85 DeleteDirectory(entry_path); in DeleteDirectory()
87 unlink(entry_path.c_str()); in DeleteDirectory()
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceContainer.cpp73 Result<XmlParser> OpenXmlParser(const std::string& entry_path, const ZipAssetsProvider* zip) { in OpenXmlParser() argument
74 auto manifest = zip->Open(entry_path); in OpenXmlParser()
76 return Error("failed to find %s ", entry_path.c_str()); in OpenXmlParser()
82 return Error("failed to read entire %s", entry_path.c_str()); in OpenXmlParser()
/aosp14/system/core/init/
H A DREADME.ueventd.md95 `no_fnm_pathname`, ueventd matches the entry by `fnmatch(entry_path, incoming_path, 0)`
96 2. Otherwise, ueventd matches the entry by `fnmatch(entry_path, incoming_path, FNM_PATHNAME)`