Searched refs:entry_path (Results 1 – 3 of 3) sorted by relevance
83 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local85 DeleteDirectory(entry_path); in DeleteDirectory()87 unlink(entry_path.c_str()); in DeleteDirectory()
73 Result<XmlParser> OpenXmlParser(const std::string& entry_path, const ZipAssetsProvider* zip) { in OpenXmlParser() argument74 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()
95 `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)`