/external/smali/util/src/main/java/org/jf/util/ |
PathUtil.java | 39 public static File getRelativeFile(File baseFile, File fileToRelativize) throws IOException { 40 if (baseFile.isFile()) { 41 baseFile = baseFile.getParentFile(); 44 return new File(getRelativeFileInternal(baseFile.getCanonicalFile(), fileToRelativize.getCanonicalFile())); 48 File baseFile = new File(basePath); 49 if (baseFile.isFile()) { 50 baseFile = baseFile.getParentFile(); 53 return getRelativeFileInternal(baseFile.getCanonicalFile() [all...] |
/external/chromium/chrome/browser/download/ |
base_file.cc | 23 BaseFile::BaseFile(const FilePath& full_path, 40 BaseFile::~BaseFile() { 48 bool BaseFile::Initialize(bool calculate_hash) { 63 bool BaseFile::AppendDataToFile(const char* data, size_t data_len) { 87 bool BaseFile::Rename(const FilePath& new_path) { 148 void BaseFile::Detach() { 152 void BaseFile::Cancel() { 162 void BaseFile::Finish() [all...] |
base_file.h | 26 class BaseFile { 28 BaseFile(const FilePath& full_path, 33 ~BaseFile(); 105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
|
save_file.cc | 12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
|
download_file.cc | 18 : BaseFile(info->save_info.file_path, 62 BaseFile::DebugString().c_str());
|
base_file_unittest.cc | 30 new BaseFile(FilePath(), GURL(), GURL(), 0, file_stream_)); 47 // Make sure the mock BrowserThread outlives the BaseFile to satisfy 66 scoped_ptr<BaseFile> base_file_; 71 // Expect the file to survive deletion of the BaseFile instance. 78 // Mock file thread to satisfy debug checks in BaseFile.
|
download_file.h | 24 class DownloadFile : public BaseFile {
|
save_file.h | 22 class SaveFile : public BaseFile {
|
/external/chromium_org/content/browser/download/ |
base_file.cc | 26 const unsigned char BaseFile::kEmptySha256Hash[] = { 0 }; 28 BaseFile::BaseFile(const base::FilePath& full_path, 57 BaseFile::~BaseFile() { 65 DownloadInterruptReason BaseFile::Initialize( 96 DownloadInterruptReason BaseFile::AppendDataToFile(const char* data, 151 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) { 185 void BaseFile::Detach() { 190 void BaseFile::Cancel() [all...] |
base_file_linux.cc | 12 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
base_file_mac.cc | 12 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
base_file_unittest.cc | 52 base_file_.reset(new BaseFile(base::FilePath(), 78 // Make sure the mock BrowserThread outlives the BaseFile to satisfy 103 base_file_.reset(new BaseFile(base::FilePath(), 143 BaseFile file(base::FilePath(), 169 BaseFile duplicate_file(file_name, 203 scoped_ptr<BaseFile> base_file_; 208 // Expect the file to survive deletion of the BaseFile instance. 224 // Mock file thread to satisfy debug checks in BaseFile. 398 BaseFile second_file(new_file_path, 487 // BaseFile; we use the pointer anyway and rely on the BaseFile no [all...] |
save_file.h | 27 // BaseFile delegated functions. 51 BaseFile file_;
|
download_file_impl.h | 82 BaseFile file_; 88 // TODO(rdsmith): Move this into BaseFile; requires using the same 90 // with DownloadFile and get rid of BaseFile.
|
base_file.h | 33 class CONTENT_EXPORT BaseFile { 37 BaseFile(const base::FilePath& full_path, 45 virtual ~BaseFile(); 178 DISALLOW_COPY_AND_ASSIGN(BaseFile);
|
base_file_posix.cc | 12 DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions(
|
base_file_win.cc | 295 DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions( 326 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
download_stats.h | 55 // (Deprecated) Counts iterations of the BaseFile::AppendDataToFile() loop.
|
/external/proguard/src/proguard/io/ |
DirectoryWriter.java | 36 private final File baseFile; 46 * @param baseFile the base directory to which all files will be written. 48 public DirectoryWriter(File baseFile, 51 this.baseFile = baseFile; 138 baseFile : 139 new File(baseFile,
|
/external/skia/tools/ |
skdiff_image.cpp | 21 const SkString& baseFile, 26 SkASSERT(!baseFile.isEmpty()); 29 drp->fBase.fFilename = baseFile; 30 drp->fBase.fFullPath = baseFile; 84 " %s <baseFile> <comparisonFile>\n" , argv0); 105 "\n baseFile: baseline image file." 122 SkString baseFile; 232 baseFile.set(argv[i]); 255 printf("Base file is [%s]\n", baseFile.c_str()); 310 baseLabel.set(baseFile); [all...] |
/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 458 String baseFile = url.getFile(); 465 + baseFile.length()); 469 // baseFile always ends with '/' 470 buf.append(baseFile); [all...] |
/external/chromium_org/third_party/lcov-1.9/bin/ |
geninfo | [all...] |
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 203 -b, --baseline-file BASEFILE Use BASEFILE as baseline file
|
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
genflat.pl | 203 -b, --baseline-file BASEFILE Use BASEFILE as baseline file
|
/external/chromium_org/third_party/lcov/bin/ |
genhtml | 466 -b, --baseline-file BASEFILE Use BASEFILE as baseline file [all...] |