Home
last modified time | relevance | path

Searched refs:kFileSystemRoot (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/files/
Dfile_util_posix.cc641 const FilePath kFileSystemRoot("/"); in VerifyPathControlledByAdmin() local
658 return VerifyPathControlledByUser(kFileSystemRoot, path, kRootUid, in VerifyPathControlledByAdmin()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/
Dflutter_command.dart88 static const String kFileSystemRoot = 'filesystem-root';
172 ..addMultiOption(FlutterOptions.kFileSystemRoot,
355 fileSystemRoots: argParser.options.containsKey(FlutterOptions.kFileSystemRoot)
356 ? argResults[FlutterOptions.kFileSystemRoot] : null,