/aosp_15_r20/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 97 static std::string indexPath(std::string_view root, IncFsFileId fileId) { in indexPath() 304 bool isIncFsPathImpl(const char* path) { in isIncFsPathImpl() 314 static int isDir(const char* path) { in isDir() 325 static bool isAbsolute(const char* path) { in isAbsolute() 329 static int isValidMountTarget(const char* path) { in isValidMountTarget() 379 static int rmDirContent(const char* path) { in rmDirContent() 435 static std::string makeCommandPath(std::string_view root, std::string_view item) { in makeCommandPath() 608 auto root = registry().rootFor(dir); in IncFs_Open() local 676 auto root = rootForCmd(control->cmd); in IncFs_SetOptions() local 795 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeFile() [all …]
|
H A D | MountRegistry.cpp | 40 static void fixProcPath(std::string& path) { in fixProcPath() 126 const auto& root = roots[index]; in rootAndSubpathFor() local 130 void MountRegistry::Mounts::addRoot(std::string_view root, std::string_view backingDir) { in addRoot() 137 void MountRegistry::Mounts::removeRoot(std::string_view root) { in removeRoot() 215 std::string MountRegistry::rootFor(std::string_view path) { in rootFor() 220 auto MountRegistry::detailsFor(std::string_view path) -> Details { in detailsFor() 229 std::pair<std::string, std::string> MountRegistry::rootAndSubpathFor(std::string_view path) { in rootAndSubpathFor() 380 for (auto& root : roots) { in loadFrom() local 400 Root& root = roots[index]; in loadFrom() local
|
/aosp_15_r20/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | ExternalStorageProvider.java | 115 public File path; field in ExternalStorageProvider.RootInfo 239 final RootInfo root = new RootInfo(); in updateVolumesLocked() local 311 final RootInfo root = getRootFromDocId(documentId); in shouldHideDocument() local 400 final String path = getPathFromDocId(documentId); in shouldBlockDirectoryFromTree() local 443 String path = file.getAbsolutePath(); in getDocIdForFileMaybeCreate() local 481 private RootInfo getMostSpecificRootForPath(String path, boolean visible) { in getMostSpecificRootForPath() 487 final RootInfo root = mRoots.valueAt(i); in getMostSpecificRootForPath() local 510 RootInfo root = getRootFromDocId(docId); in getFileForDocId() local 515 RootInfo root = getRootFromDocId(docId); in resolveDocId() local 525 final String path; in getPathFromDocId() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | JsonNodePathTest.java | 31 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getNameCount() local 32 JsonNodePath path = root.append("hello").append("world"); in getNameCount() local 38 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getName() local 39 JsonNodePath path = root.append("hello").append("world"); in getName() local 48 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in compareTo() local 82 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in equalsEquals() local 90 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in hashCodeEquals() local 98 JsonNodePath root = new JsonNodePath(PathType.JSON_POINTER); in getPathType() local 104 JsonNodePath root = new JsonNodePath(PathType.JSON_PATH); in getElement() local 105 JsonNodePath path = root.append("hello").append(1).append("world"); in getElement() local [all …]
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | cgroup.proto | 18 optional int32 root = 1; field 22 optional string path = 5; field 25 optional int32 root = 1; field 30 optional int32 root = 1; field 34 optional string path = 5; field 46 optional int32 root = 1; field 51 optional int32 root = 1; field 55 optional string path = 5; field 58 optional int32 root = 1; field 62 optional string path = 5; field [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
H A D | SourceRoot.java | 58 private final Path root; field in SourceRoot 68 public SourceRoot(Path root) { in SourceRoot() 81 public SourceRoot(Path root, ParserConfiguration parserConfiguration) { in SourceRoot() 102 final Path path = root.resolve(relativePath); in tryToParse() local 134 final Path path = packageAbsolutePath(root, startPackage); in tryToParse() local 190 final Path path = packageAbsolutePath(root, startPackage); in tryToParseParallelized() local 300 final Path path = packageAbsolutePath(root, startPackage); in parse() local 347 final Path path = packageAbsolutePath(root, startPackage); in parseParallelized() local 399 final Path path = fileInPackageRelativePath(startPackage, filename); in add() local 415 final Path path = compilationUnit.getStorage().get().getPath(); in add() local [all …]
|
/aosp_15_r20/external/openscreen/tools/ |
H A D | licenses.py | 88 def AbsolutePath(path, filename, root): argument 102 def ParseDir(path, root, require_license_file=True, optional_keys=None): argument 165 def ContainsFiles(path, root): argument 177 def FilterDirsWithFiles(dirs_list, root): argument 183 def FindThirdPartyDirs(prune_paths, root): argument 215 def FindThirdPartyDirsWithFiles(root): argument 288 def ScanThirdPartyDirs(root=None): argument 424 def _ReadFile(path): argument
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | PathService.java | 150 public JimfsPath createRoot(Name root) { in createRoot() 165 public JimfsPath createPath(@NullableDecl Name root, Iterable<Name> names) { in createPath() 176 protected final JimfsPath createPathInternal(@NullableDecl Name root, Iterable<Name> names) { in createPathInternal() 187 Name root = parsed.root() == null ? null : name(parsed.root()); in toPath() local 193 public String toString(JimfsPath path) { in toString() 194 Name root = path.root(); in toString() local 201 public int hash(JimfsPath path) { in hash() 208 final Name root = path.root(); in hash() local 239 public URI toUri(URI fileSystemUri, JimfsPath path) { in toUri() 240 checkArgument(path.isAbsolute(), "path (%s) must be absolute", path); in toUri() local [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | PathTester.java | 39 private String root; field in PathTester 47 public PathTester root(String root) { in root() argument 62 Path path = pathService.parsePath(first, more); in test() local 66 public void test(Path path) { in test() 77 private void testRoot(Path path) { in testRoot() 88 private void testNames(Path path) { in testNames() 108 private void testParents(Path path) { in testParents() 124 private void testSubpaths(Path path) { in testSubpaths() 152 private void testStartsWith(Path path) { in testStartsWith() 165 private void testEndsWith(Path path) { in testEndsWith() [all …]
|
H A D | PathTypeTest.java | 49 ParseResult path = type.parsePath("foo/bar/baz/one\\two"); in testParsePath() local 58 ParseResult path = type.parsePath("foo/bar\\baz"); in testToString() local 97 static void assertParseResult(ParseResult result, @NullableDecl String root, String... names) { in assertParseResult() 102 static void assertUriRoundTripsCorrectly(PathType type, String path) { in assertUriRoundTripsCorrectly() 118 public ParseResult parsePath(String path) { in parsePath() 119 String root = null; in parsePath() local 129 public String toString(@NullableDecl String root, Iterable<String> names) { in toString() 139 public String toUriPath(String root, Iterable<String> names, boolean directory) { in toUriPath()
|
/aosp_15_r20/bionic/tests/ |
H A D | ftw_test.cpp | 33 static void MakeTree(const char* root) { in MakeTree() 34 char path[PATH_MAX]; in MakeTree() local 106 TemporaryDir root; in TEST() local 112 TemporaryDir root; in TEST() local 118 TemporaryDir root; in TEST() local 124 TemporaryDir root; in TEST() local 130 static int bug_28197840_ftw(const char* path, const StatT*, int flag) { in bug_28197840_ftw() 136 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw() 148 TemporaryDir root; in TEST() local 150 std::string path = android::base::StringPrintf("%s/unreadable-directory", root.path); in TEST() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 90 const char *path) in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 107 const char *path) in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 340 char *nodename, *value, *path; in add_mo_node() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/javac/ |
D | ExternalStorageProvider.jar | ... e
com.android.externalstorage.ExternalStorageProvider$RootInfo root
String docId
boolean mustExist
int splitIndex
String path
java. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/repackaged-jarjar/javac/ |
D | ExternalStorageProvider.jar | com/android/externalstorage/TestDocumentsProvider.class
TestDocumentsProvider.java
package com.android.externalstorage
public ... |
/aosp_15_r20/external/jsoncpp/src/jsontestrunner/ |
H A D | main.cpp | 24 Json::String path; member 55 static Json::String readInputTestFile(const char* path) { in readInputTestFile() 74 const Json::String& path = ".") { in printValueTree() 131 Json::Value* root, bool use_legacy) { in parseAndSaveValueTree() 182 static Json::String useStyledWriter(Json::Value const& root) { in useStyledWriter() 186 static Json::String useStyledStreamWriter(Json::Value const& root) { in useStyledStreamWriter() 192 static Json::String useBuiltStyledStreamWriter(Json::Value const& root) { in useBuiltStyledStreamWriter() 197 const Json::Value& root, in rewriteValueTree() 211 static Json::String removeSuffix(const Json::String& path, in removeSuffix() 293 Json::Value root; in runTest() local
|
/aosp_15_r20/frameworks/av/media/libeffects/factory/ |
H A D | EffectsConfigLoader.c | 58 int loadEffectConfigFile(const char *path) in loadEffectConfigFile() 60 cnode *root; in loadEffectConfigFile() local 78 int loadLibraries(cnode *root) in loadLibraries() 132 char path[PATH_MAX]; in checkLibraryPath() local 151 int loadLibrary(cnode *root, const char *name) in loadLibrary() 158 char path[PATH_MAX]; in loadLibrary() local 233 int addSubEffect(cnode *root) in addSubEffect() 289 int loadEffects(cnode *root) in loadEffects() 305 int loadEffect(cnode *root) in loadEffect()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/combined/ |
D | ExternalStorageProvider.jar | ... e
com.android.externalstorage.ExternalStorageProvider$RootInfo root
String docId
boolean mustExist
int splitIndex
String path
java. ... |
/aosp_15_r20/out/target/common/obj/APPS/ExternalStorageProvider_intermediates/ |
D | classes.jar | ... e
com.android.externalstorage.ExternalStorageProvider$RootInfo root
String docId
boolean mustExist
int splitIndex
String path
java. ... |
/aosp_15_r20/development/tools/external_crates/rooted_path/src/ |
H A D | lib.rs | 34 root: PathBuf, field 35 path: PathBuf, field 44 let root: PathBuf = root.into(); in new() localVariable 48 let path = path.as_ref(); in new() localVariable 52 let path = root.join(path); in new() localVariable 56 pub fn root(&self) -> &Path { in root() method 69 let path = path.as_ref(); in join() localVariable 128 let path = p.as_ref(); in test_conversion() localVariable
|
/aosp_15_r20/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/ |
H A D | ExternalStorageProviderTest.java | 77 final String root = "root"; in test_getPathFromDocId() local 78 final String path = "abc/def/ghi"; in test_getPathFromDocId() local 80 assertEquals(getPathFromDocId(docId), path); in test_getPathFromDocId() local 83 assertEquals(getPathFromDocId(docId), path); in test_getPathFromDocId() local 89 assertEquals(getPathFromDocId(docId), path); in test_getPathFromDocId() local 93 assertEquals(getPathFromDocId(docId), path); in test_getPathFromDocId() local 97 assertEquals(getPathFromDocId(docId), path); in test_getPathFromDocId() local 148 private static String buildDocId(@NonNull String path) { in buildDocId() 153 private static String buildDocId(@NonNull String root, @NonNull String path) { in buildDocId()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testnames.c | 222 const char *root = NULL; in root_absolute() local 223 const char *path = ABS_ROOT"foo/bar"; in root_absolute() local 235 const char *root = NULL; in root_relative() local 236 const char *path = "foo/bar"; in root_relative() local 250 const char *root = NULL; in root_from_slash() local 251 const char *path = "//"; in root_from_slash() local 268 const char *root = NULL; in root_from_cwd_and_back() local 269 const char *path = "//"; in root_from_cwd_and_back() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | ICUResourceBundle.java | 302 public ICUResourceBundle getWithFallback(String path) throws MissingResourceException { in getWithFallback() 350 public ICUResourceBundle findWithFallback(String path) { in findWithFallback() 353 public String findStringWithFallback(String path) { in findStringWithFallback() 358 public String getStringWithFallback(String path) throws MissingResourceException { in getStringWithFallback() 376 public UResource.Value getValueWithFallback(String path) throws MissingResourceException { in getValueWithFallback() 396 public void getAllItemsWithFallbackNoFail(String path, UResource.Sink sink) { in getAllItemsWithFallbackNoFail() 411 public void getAllItemsWithFallback(String path, UResource.Sink sink) in getAllItemsWithFallback() 449 public void getAllChildrenWithFallback(final String path, final UResource.Sink sink) in getAllChildrenWithFallback() 731 String baseName, ClassLoader root) { in createULocaleList() 748 ClassLoader root, Set<String> locales) { in addLocaleIDsFromIndexBundle() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 297 public ICUResourceBundle getWithFallback(String path) throws MissingResourceException { in getWithFallback() 345 public ICUResourceBundle findWithFallback(String path) { in findWithFallback() 348 public String findStringWithFallback(String path) { in findStringWithFallback() 353 public String getStringWithFallback(String path) throws MissingResourceException { in getStringWithFallback() 371 public UResource.Value getValueWithFallback(String path) throws MissingResourceException { in getValueWithFallback() 391 public void getAllItemsWithFallbackNoFail(String path, UResource.Sink sink) { in getAllItemsWithFallbackNoFail() 406 public void getAllItemsWithFallback(String path, UResource.Sink sink) in getAllItemsWithFallback() 444 public void getAllChildrenWithFallback(final String path, final UResource.Sink sink) in getAllChildrenWithFallback() 726 String baseName, ClassLoader root) { in createULocaleList() 743 ClassLoader root, Set<String> locales) { in addLocaleIDsFromIndexBundle() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/storage/ |
D | insecure_json_storage.cpp | 31 Result<Json::Value> ReadJson(const std::string& path) { in ReadJson() 37 Result<void> WriteJson(const std::string& path, const Json::Value& root) { in WriteJson() 46 InsecureJsonStorage::InsecureJsonStorage(std::string path) : path_(std::move(path)) {} in InsecureJsonStorage() 60 auto root = CF_EXPECT(ReadJson(path_)); in Read() local 73 Json::Value root; in Write() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestCheckCLDR.java | 101 String path, in handleCheck() 202 CLDRFile root = cldrFactory.make("root", true); in testPlaceholderSamples() local 324 String path = row[1]; in testPlaceholderSamples() local 345 CLDRFile root, in checkPathValue() 347 String path, in checkPathValue() 400 String path = pathHeader.getOriginalPath(); in checkPlaceholders() local 551 String path = pathHeader.getOriginalPath(); in checkLocale() local 663 public void checkCheckNew(String locale, String path, String expectedMessage) { in checkCheckNew() 695 String path = "//ldml/annotations/annotation[@cp=\"\"][@type=\"tts\"]"; in TestCheckNewRootFailure() local 716 CLDRFile root = annotationsFactory.make("root", false); in TestCheckNewRootFailure() local [all …]
|