Searched refs:abspath (Results 1 - 25 of 62) sorted by relevance
123
/vbox/src/libs/xpcom18a4/python/tools/ |
H A D | regxpcom.py | 55 spec.initWithPath(os.path.abspath(arg))
|
/vbox/src/VBox/ValidationKit/testmanager/cgi/ |
H A D | debuginfo.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | admin.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | index.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | logout.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | logout2.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | testboxdisp.py | 38 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
/vbox/src/VBox/ValidationKit/testmanager/batch/ |
H A D | del_build.py | 40 g_ksTestManagerDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
H A D | close_orphaned_testsets.py | 39 g_ksTestManagerDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
H A D | add_build.py | 39 g_ksTestManagerDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | vcs_import.py | 40 g_ksTestManagerDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | filearchiver.py | 42 g_ksTestManagerDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) 175 sCurPath = os.path.abspath(os.path.join(self.sSrcDir, sCurDir));
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | regrtest.py | 54 me = os.path.abspath(me)
|
/vbox/src/VBox/ValidationKit/testanalysis/ |
H A D | tst-a1.py | 39 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)));
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxscript.py | 84 sTestBoxScriptDir = os.path.dirname(os.path.abspath(__file__));
|
/vbox/src/VBox/ValidationKit/testmanager/ |
H A D | config.py | 67 g_ksTestManagerDir = os.path.dirname(os.path.abspath(__file__));
|
/vbox/src/VBox/ValidationKit/tests/selftests/ |
H A D | tdSelfTest3.py | 40 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | tdSelfTest2.py | 40 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
H A D | tdSelfTest4.py | 40 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | rules.mk | 412 abspath = $(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(PWD)/$(1))) macro 418 $(CCC) -Fo$@ -c $(CCCFLAGS) $(call abspath,$<) 421 $(CCC) -Fo$@ -c $(CCCFLAGS) $(call abspath,$<) 424 $(CCC) -o $@ -c $(CCCFLAGS) $(call abspath,$<) 437 $(CC) -Fo$@ -c $(CFLAGS) $(call abspath,$<) 440 $(CC) -Fo$@ -c $(CFLAGS) $(call abspath,$<) 443 $(CC) -o $@ -c $(CFLAGS) $(call abspath,$<)
|
/vbox/src/VBox/ValidationKit/tests/benchmarks/ |
H A D | tdBenchmark1.py | 40 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))));
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | regressions.py | 107 cmd = os.path.abspath(dir + testDescription['testprog']) 223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file'])) 235 excl.append(os.path.abspath(g))
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | TargetTxtClassObject.py | 156 Target.LoadTargetTxtFile(os.path.abspath(os.environ['VBOX_TARGET_CONF']))
|
/vbox/src/VBox/ValidationKit/tests/api/ |
H A D | tdTreeDepth1.py | 40 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
/vbox/src/VBox/ValidationKit/tests/usb/ |
H A D | tdUsb1.py | 41 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))); 196 sVBoxValidationKit_iso = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../VBoxValidationKit.iso')); 198 sVBoxValidationKit_iso = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../VBoxTestSuite.iso')); 212 sCur = os.path.abspath(os.path.join(sCur, '..'));
|
Completed in 1807 milliseconds
123