Searched defs:pathPrefix (Results 1 – 10 of 10) sorted by relevance
64 private final String pathPrefix; field in Rule73 String pathPrefix, in Rule()
81 String pathPrefix = getPathPrefix(value); in transform() local
138 String pathPrefix = m.group(2); in parseRule() local
641 const pathPrefix = new RegExp('^' + re`${nonexistentDir}`); constant
192 UString pathPrefix = DirPath; in OnInit() local
308 static void appendTest(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in appendTest()378 const char* pathPrefix = nullptr; in testSimplify() local660 const char* pathPrefix = nullptr; in outputProgress() local
80 DE_INLINE deBool beginsWithPath (const char* fileName, const char* pathPrefix) in beginsWithPath()91 static void stripLeadingPath (char* fileName, const char* pathPrefix) in stripLeadingPath()
528 HRESULT CBrowseDialog::Reload(const UString &pathPrefix, const UString &selectedName) in Reload()
763 const pathPrefix = path.slice(0, path.length - 1); constant
127445 nsCString pathPrefix; member in xpc::ZoneStatsExtras