HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 76 - 100 of 1323) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 35 File directory = new File(fileName); local
36 if (!directory.exists()) {
37 directory.mkdirs();
40 File file = new File(directory, getFileName(api));
  /external/chromium_org/chrome/installer/util/
create_reg_key_work_item.cc 21 base::FilePath directory = path.DirName(); local
24 if (directory == path || directory.value() ==
28 *dir = directory.value();
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_common.py 21 def MakeDirs(directory):
22 if not os.path.exists(directory):
23 logging.info('Making directory %s' % (directory,))
24 os.makedirs(directory)
28 """Removes the given directory
31 work when the directory contains junctions (as does our SDK installer).
33 does the right thing on Windows. If the directory already didn't exist,
37 outdir: The directory to delete
51 # The directory can't be removed because it doesn't exist
    [all...]
  /external/chromium_org/sync/internal_api/
base_transaction.cc 7 #include "sync/syncable/directory.h"
17 DCHECK(share && share->directory.get());
  /external/chromium_org/sync/internal_api/public/
base_transaction.h 17 class Directory;
25 // whose construction requires an explicit syncable::Directory, a sync
37 syncable::Directory* GetDirectory() const {
41 return user_share_->directory.get();
  /external/icu/icu4c/source/samples/
readme.txt 4 This directory contains sample code
5 Below is a short description of the contents of this directory.
74 - type 'make all-samples' from this directory
  /external/proguard/src/proguard/io/
DirectoryWriter.java 30 * directory.
46 * @param baseFile the base directory to which all files will be written.
67 File directory = getFile(dataEntry); local
68 if (!directory.exists() &&
69 !directory.mkdirs())
71 throw new IOException("Can't create directory [" + directory.getPath() + "]");
106 throw new IOException("Can't create directory [" + parentDirectory.getPath() + "]");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 13 self.directory = tempfile.mkdtemp()
14 self.source_path = os.path.join(self.directory, '_test.py')
18 # current working directory path and the 'self.source_path' might be
29 shutil.rmtree(self.directory)
39 os.chdir(self.directory)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 13 self.directory = tempfile.mkdtemp()
14 self.source_path = os.path.join(self.directory, '_test.py')
18 # current working directory path and the 'self.source_path' might be
29 shutil.rmtree(self.directory)
39 os.chdir(self.directory)
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
80 // Returns the current working directory, or "" if unsuccessful.
83 // Given directory = "dir", base_name = "test", number = 0,
87 static FilePath MakeFileName(const FilePath& directory,
92 // Given directory = "dir", relative_path = "test.xml",
95 static FilePath ConcatPaths(const FilePath& directory,
99 // will be directory/base_name.extension o
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
84 // Returns the current working directory, or "" if unsuccessful.
87 // Given directory = "dir", base_name = "test", number = 0,
91 static FilePath MakeFileName(const FilePath& directory,
96 // Given directory = "dir", relative_path = "test.xml",
99 static FilePath ConcatPaths(const FilePath& directory,
103 // will be directory/base_name.extension o
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
LPdir_unix.c 65 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
69 if (ctx == NULL || directory == NULL)
86 (*ctx)->dir = opendir(directory);
  /external/gtest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
80 // Returns the current working directory, or "" if unsuccessful.
83 // Given directory = "dir", base_name = "test", number = 0,
87 static FilePath MakeFileName(const FilePath& directory,
92 // Given directory = "dir", relative_path = "test.xml",
95 static FilePath ConcatPaths(const FilePath& directory,
99 // will be directory/base_name.extension o
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
84 // Returns the current working directory, or "" if unsuccessful.
87 // Given directory = "dir", base_name = "test", number = 0,
91 static FilePath MakeFileName(const FilePath& directory,
96 // Given directory = "dir", relative_path = "test.xml",
99 static FilePath ConcatPaths(const FilePath& directory,
103 // will be directory/base_name.extension o
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
84 // Returns the current working directory, or "" if unsuccessful.
87 // Given directory = "dir", base_name = "test", number = 0,
91 static FilePath MakeFileName(const FilePath& directory,
96 // Given directory = "dir", relative_path = "test.xml",
99 static FilePath ConcatPaths(const FilePath& directory,
103 // will be directory/base_name.extension o
    [all...]
  /external/openssl/crypto/
LPdir_unix.c 65 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
69 if (ctx == NULL || directory == NULL)
86 (*ctx)->dir = opendir(directory);
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
84 // Returns the current working directory, or "" if unsuccessful.
87 // Given directory = "dir", base_name = "test", number = 0,
91 static FilePath MakeFileName(const FilePath& directory,
96 // Given directory = "dir", relative_path = "test.xml",
99 static FilePath ConcatPaths(const FilePath& directory,
103 // will be directory/base_name.extension o
    [all...]
  /frameworks/base/packages/DefaultContainerService/jni/
com_android_defcontainer_MeasurementUtils.cpp 32 static jlong native_measureDirectory(JNIEnv* env, jobject clazz, jstring directory) {
35 const char* path = env->GetStringUTFChars(directory, NULL);
48 env->ReleaseStringUTFChars(directory, path);
  /libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java 46 private File makeTempFile(File directory, String name) throws IOException {
47 directory.mkdirs();
48 File result = new File(directory, name);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
50 // Used for helper functions for naming files in a directory for xml output.
54 // a directory, otherwise it is assumed to represent a file. In either case,
55 // it may or may not represent an actual file or directory in the file system.
80 // Returns the current working directory, or "" if unsuccessful.
83 // Given directory = "dir", base_name = "test", number = 0,
87 static FilePath MakeFileName(const FilePath& directory,
92 // Given directory = "dir", relative_path = "test.xml",
95 static FilePath ConcatPaths(const FilePath& directory,
99 // will be directory/base_name.extension o
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 54 * <li>make a directory including parent directories
121 * An exception is thrown if the file object exists but is a directory.
127 * @throws IOException if the file object is a directory
134 throw new IOException("File '" + file + "' exists but is a directory");
148 * creating the parent directory if it does not exist.
153 * The parent directory will be created if it does not exist.
155 * An exception is thrown if the file object exists but is a directory.
157 * An exception is thrown if the parent directory cannot be created.
161 * @throws IOException if the file object is a directory
163 * @throws IOException if a parent directory needs creating but that fail
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 9 DWORD Finder::ParseFileSystem(ATL::CString directory) {
13 //Search for items in the directory.
14 ATL::CString name_to_search = directory + L"\\*";
18 Output(FS_ERR, error, directory);
29 ATL::CString complete_name = directory + L"\\" + find_data.cFileName;
32 // Call recursively the function if the path found is a directory.
42 Output(FS_ERR, err_code, directory);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 31 self.directory = None
36 def report(self, morfs, config, directory=None):
42 self.report_files(self.annotate_file, morfs, config, directory)
55 if self.directory:
56 dest_file = os.path.join(self.directory, cu.flat_rootname())
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 68 * Generates a unique temporary file name in the app cache directory.
73 final File directory = new File(DictionaryInfoUtils.getWordListTempDirectory(context)); local
74 if (!directory.exists()) {
75 if (!directory.mkdirs()) {
76 Log.e(TAG, "Could not create the temporary directory");
82 return File.createTempFile("xxx" + safeId, null, directory).getAbsolutePath();
163 for (File directory : directoryList) {
164 if (!directory.isDirectory()) continue;
166 DictionaryInfoUtils.getWordListIdFromFileName(directory.getName());
169 final File[] wordLists = directory.listFiles()
    [all...]
  /external/chromium_org/sync/engine/
syncer_proto_util_unittest.cc 21 #include "sync/syncable/directory.h"
195 syncable::Directory* directory() { function in class:syncer::SyncerProtoUtilTest
196 return dir_maker_.directory();
206 EXPECT_TRUE(directory()->store_birthday().empty());
208 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
212 EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
213 EXPECT_EQ(directory()->store_birthday(), "flan");
217 EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
218 EXPECT_EQ(directory()->store_birthday(), "flan")
    [all...]

Completed in 1876 milliseconds

1 2 34 5 6 7 8 91011>>