OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:projectFile
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file
71
for my $
projectFile
(@ARGV) {
72
if (basename($
projectFile
) ne "project.pbxproj") {
73
print STDERR "WARNING: Not an Xcode project file: $
projectFile
\n" if $printWarnings;
79
open(IN, "< $
projectFile
") || die "Could not open $
projectFile
: $!";
86
basename($
projectFile
) . "-XXXXXXXX",
87
DIR => dirname($
projectFile
),
99
open(IN, "< $
projectFile
") || die "Could not open $
projectFile
: $!";
142
unlink($
projectFile
) || die "Could not delete $projectFile: $!"
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java
400
File
projectFile
= mProject.getLocation().toFile();
409
File library = new File(
projectFile
, state.getRelativePath());
448
File
projectFile
= mProject.getLocation().toFile();
460
File library1 = new File(
projectFile
, oldRelativePath);
461
File library2 = new File(
projectFile
, state.getRelativePath());
Completed in 28 milliseconds