HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 451 - 475 of 3113) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 30 ENOTDIR = NewError("not a directory")
31 EISDIR = NewError("file is a directory")
pwd_plan9.go 5 // The working directory in Plan 9 is effectively per P, so different
9 // Instead, track a Go process-wide intent of the current working directory,
  /prebuilts/go/linux-x86/src/cmd/fix/
doc.go 17 If the named path is a directory, fix rewrites all .go files in that
18 directory tree. When fix rewrites a file, it prints a line to standard
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 16 Fatalf("cannot determine current directory: %v", err)
32 // made relative to the current directory if they would be shorter.
  /prebuilts/go/linux-x86/src/go/build/
doc.go 9 // The Go path is a list of directory trees containing Go source code.
17 // Each directory listed in the Go path must have a prescribed structure:
19 // The src/ directory holds source code. The path below 'src' determines
22 // The pkg/ directory holds installed package objects.
27 // If DIR is a directory listed in the Go path, a package with
32 // The bin/ directory holds compiled commands.
33 // Each command is named for its source directory, but only
40 // Here's an example directory layout:
  /prebuilts/go/linux-x86/src/os/
path_test.go 43 // Can't make directory named after file.
81 // Work directory.
86 // Make directory with 1 file and remove.
102 // Make directory with file and subdirectory and remove.
133 // Make directory with file and subdirectory and trigger error.
173 // Test RemoveAll on a large directory.
180 // Work directory.
183 // Make directory with 1000 files and remove.
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 30 ENOTDIR = NewError("not a directory")
31 EISDIR = NewError("file is a directory")
pwd_plan9.go 5 // The working directory in Plan 9 is effectively per P, so different
9 // Instead, track a Go process-wide intent of the current working directory,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
is_block_file.pass.cpp 50 {file_type::directory, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
is_character_file.pass.cpp 50 {file_type::directory, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 50 {file_type::directory, true},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
is_fifo.pass.cpp 50 {file_type::directory, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
is_other.pass.cpp 50 {file_type::directory, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
is_regular_file.pass.cpp 50 {file_type::directory, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
is_socket.pass.cpp 50 {file_type::directory, false},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /sdk/apkbuilder/etc/
apkbuilder.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /system/ca-certificates/google/
Android.mk 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_target_directory))))
30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_host_directory))))
  /system/ca-certificates/wfa_certs/
Android.mk 22 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-wifi-$(notdir $(cacert)),$(cacert),$(cacerts_wfa_target_directory))))
31 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-wifi-$(notdir $(cacert)),$(cacert),$(cacerts_wfa_host_directory))))
  /system/core/trusty/keymaster/
Makefile 8 # This Makefile expects to find BoringSSL in a directory adjacent to $ANDROID_BUILD_TOP.
118 genhtml coverage.info --output-directory coverage
121 lcov --capture --directory=. --output-file coverage.info
126 lcov --capture --directory=. --output-file coverage.info
127 genhtml coverage.info --output-directory coverage
  /external/autotest/client/bin/
site_sysinfo.py 23 """Represents a log directory."""
27 def __init__(self, directory, excludes=DEFAULT_EXCLUDES):
28 super(logdir, self).__init__(directory, log_in_keyval=False)
29 self.dir = directory
76 """Copies this log directory to the specified directory.
78 @param log_dir: The destination log directory.
138 """Represents a log directory that only new content will be copied.
147 def __init__(self, directory, excludes=logdir.DEFAULT_EXCLUDES,
152 @param directory: directory to be diffed after an iteration finished
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 195 // directory and filename). Also add an entry to the media store for
201 Location location, String directory, String filename,
206 String filePath = directory + "/" + filename;
208 File dir = new File(directory);
210 File file = new File(directory, filename);
439 // It's important not to put it in the root directory which may have a
443 File directory = new File(directoryName); local
444 if (!directory.isDirectory()) {
445 if (!directory.mkdirs()) {
  /system/core/init/
devices.cpp 162 // parent directory with a 'subsystem' symlink that points to the platform bus.
170 std::string directory = Dirname(path); local
172 while (directory != "/" && directory != ".") {
174 if (Realpath(directory + "/subsystem", &subsystem_link_path) &&
177 directory.erase(0, sysfs_mount_point_.size());
178 *platform_device_path = directory;
186 directory = Dirname(path);
350 PLOG(ERROR) << "Failed to create directory " << Dirname(link);

Completed in 494 milliseconds

<<11121314151617181920>>